1. Dockerized Streamlit + FastAPI:

    https://hub.docker.com/r/piyushsingh24/fastapi-streamlit/tags


2. app deployed on streamlit cloud
    
    https://my-sample-website.streamlit.app/
    
    (
        Streamlit Cloud doesn't support running FastAPI inside container so the backend server cannot run there
        And it cannot accept Docker container directly;
        The platform only runs apps from GitHub repositories and installs dependencies from requirements.txt
        
        So this is a basic standalone streamlit webpage deployed on streamlit cloud as per assignment point of view
    )
